Skip to content

pyproject: Stop disabling urllib3 import checks in mypy#2188

Merged
lukpueh merged 1 commit intotheupdateframework:developfrom
jku:enable-urllib-annotations
Nov 21, 2022
Merged

pyproject: Stop disabling urllib3 import checks in mypy#2188
lukpueh merged 1 commit intotheupdateframework:developfrom
jku:enable-urllib-annotations

Conversation

@jku
Copy link
Copy Markdown
Member

@jku jku commented Nov 21, 2022

Double reasoning for this one:

  • urllib3 now does have annotations
  • since we don't import requests annotations (to avoid depending on typeshed) urllib3 annotations are never needed: we don't use urllib3 directly

Signed-off-by: Jussi Kukkonen jkukkonen@google.com

Double reasoning for this one:
* urllib3 now does have annotations
* since we don't import requests annotations (to avoid depending on typeshed)
  urllib3 annotations are never needed: we don't use urllib3 directly

Signed-off-by: Jussi Kukkonen <jkukkonen@google.com>
@coveralls
Copy link
Copy Markdown

Pull Request Test Coverage Report for Build 3513358673

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 98.189%

Totals Coverage Status
Change from base Build 3512760937: 0.0%
Covered Lines: 1346
Relevant Lines: 1362

💛 - Coveralls

Copy link
Copy Markdown
Member

@lukpueh lukpueh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@lukpueh lukpueh merged commit 802fb98 into theupdateframework:develop Nov 21, 2022
@coveralls
Copy link
Copy Markdown

Pull Request Test Coverage Report for Build 3513358673

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.001%) to 98.19%

Totals Coverage Status
Change from base Build 3512760937: 0.001%
Covered Lines: 1347
Relevant Lines: 1363

💛 - Coveralls

1 similar comment
@coveralls
Copy link
Copy Markdown

Pull Request Test Coverage Report for Build 3513358673

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.001%) to 98.19%

Totals Coverage Status
Change from base Build 3512760937: 0.001%
Covered Lines: 1347
Relevant Lines: 1363

💛 - Coveralls

@jku jku deleted the enable-urllib-annotations branch December 30, 2024 09:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants